home *** CD-ROM | disk | FTP | other *** search
/ Game Cracker (Expanded Edition) / Game Cracker (Expanded Edition).iso / cracks / SPIFC100.ZIP / patchfx.exe / 0 / RCDATA / TDLGBROWSE / TDLGBROWSE.txt
Encoding:
Text File  |  1999-06-10  |  1.1 KB  |  62 lines

  1. object dlgBrowse: TdlgBrowse
  2.   Left = 459
  3.   Top = 304
  4.   BorderStyle = bsDialog
  5.   Caption = 'Locate File!'
  6.   ClientHeight = 241
  7.   ClientWidth = 201
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SearchName: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 62
  22.     Height = 13
  23.     Caption = 'SearchName'
  24.   end
  25.   object DriveComboBox1: TDriveComboBox
  26.     Left = 8
  27.     Top = 24
  28.     Width = 185
  29.     Height = 19
  30.     DirList = DirectoryListBox1
  31.     TabOrder = 0
  32.   end
  33.   object DirectoryListBox1: TDirectoryListBox
  34.     Left = 8
  35.     Top = 45
  36.     Width = 185
  37.     Height = 156
  38.     ItemHeight = 16
  39.     TabOrder = 1
  40.     OnChange = DirectoryListBox1Change
  41.   end
  42.   object btOK: TButton
  43.     Left = 12
  44.     Top = 212
  45.     Width = 80
  46.     Height = 24
  47.     Caption = 'OK'
  48.     Enabled = False
  49.     ModalResult = 1
  50.     TabOrder = 2
  51.   end
  52.   object btCancel: TButton
  53.     Left = 108
  54.     Top = 212
  55.     Width = 80
  56.     Height = 24
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 3
  60.   end
  61. end
  62.